home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ftpconnect11 / _setup.1 / ftpconnect11.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt
Text File  |  1998-03-11  |  1KB  |  66 lines

  1. object splash: Tsplash
  2.   Left = 155
  3.   Top = 140
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'splash'
  8.   ClientHeight = 88
  9.   ClientWidth = 340
  10.   Color = 8421440
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnClick = FormClick
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 72
  23.     Width = 167
  24.     Height = 15
  25.     Cursor = crHourGlass
  26.     Caption = 'Copyright ∩┐╜ 1998 Lukasz Bizon'
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     OnClick = Label1Click
  33.   end
  34.   object Label2: TLabel
  35.     Left = 0
  36.     Top = 48
  37.     Width = 331
  38.     Height = 16
  39.     Cursor = crHourGlass
  40.     Caption = 'Version 1.1                 Release: February 16,1998'
  41.     Font.Color = clBlack
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     OnClick = Label2Click
  47.   end
  48.   object Label3: TLabel
  49.     Left = 0
  50.     Top = 0
  51.     Width = 208
  52.     Height = 43
  53.     Caption = 'FTP Connect'
  54.     Font.Color = clRed
  55.     Font.Height = -37
  56.     Font.Name = 'Times New Roman'
  57.     Font.Style = [fsBold, fsItalic]
  58.     ParentFont = False
  59.   end
  60.   object Timer1: TTimer
  61.     Interval = 2000
  62.     OnTimer = Timer1Timer
  63.     Left = 272
  64.   end
  65. end
  66.